From 75c8e481162a92d1b75ccf506ff7f75e48ca324c Mon Sep 17 00:00:00 2001 From: Hollis Blanchard Date: Tue, 12 Dec 2006 13:52:38 -0600 Subject: [PATCH] [POWERPC][XEN] Fix gdbstub build break. Signed-off-by: Hollis Blanchard --- xen/common/gdbstub.c | 1 + 1 file changed, 1 insertion(+) diff --git a/xen/common/gdbstub.c b/xen/common/gdbstub.c index 54a81680a7..de3ba1f40f 100644 --- a/xen/common/gdbstub.c +++ b/xen/common/gdbstub.c @@ -42,6 +42,7 @@ #include #include #include +#include /* Printk isn't particularly safe just after we've trapped to the debugger. so avoid it. */ -- 2.30.2